treeview: Don't use GdkDeviceManager
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Nov 2017 20:40:12 +0000 (15:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Nov 2017 16:04:14 +0000 (11:04 -0500)
commit835805ad6147b43f65b120802f12eb6d2ab121a3
tree2787a24f44f86ef92b8b327fae2d4161b414242a
parent7c0a1ddb0579068ad1d780c34accc80b3d3de587
treeview: Don't use GdkDeviceManager

We can just as well use GdkSeat to enumerate (attached)
devices. Note that this change excludes floating devices
from consideration.

This keeps the copy-pasted code in sync with gtkwindow.c
gtk/gtktreeview.c